home *** CD-ROM | disk | FTP | other *** search
- //**************************************************************************
- // Special Characters
- //**************************************************************************
- //
- // Make sure to backup after manually changing this file, since it will be
- // replaced if you re-install or install an update.
- //
- // Modified 1999-02-25 by Marjolein Katsma
- // A good reference about character entity references can be found at:
- // http://www.hut.fi/u/jkorpela/HTML/guide/entities.html
- //
- //**************************************************************************
- //
- // column 1: character (ex: &)
- // column 2: name (ex: &)
- // column 3: numeric (ex: &)
- // column 4: description (ex: Ampersand)
- //
- //**************************************************************************
- // Basic Latin characters (Lower ASCII)
- //
- " " " Quotation mark
- & & & Ampersand
- < < < Less-than sign
- > > > Greater-than sign
- //
- //**************************************************************************
- // Non-ISO 8859-x characters (not defined in any Latin-x character set).
- //
- // Use of these characters in an HTML page is *NOT* recommended since
- // different glyphs may be shown on different platforms.
- // Usage is only safe when it is certain all visitors will be using a
- // Windows platform (as in an Intranet).
- // Uncomment any character you want to have available. For the Trademark
- // symbol a pure HTML version is provided.
- //
- //Ç Euro symbol
- //æ Left single quotation mark
- //Æ Right single quotation mark
- //ô Left double quotation mark
- //ö Right double quotation mark
- //û En dash
- //ù Em dash
- //Ö Trademark
- Ö <SUP><FONT SIZE="-1">TM</FONT></SUP> <SUP><FONT SIZE="-1">TM</FONT></SUP> Trademark sign (HTML)
- //
- //**************************************************************************
- // ISO 8859-1 characters
- //
- _ Non-breaking space
- í ¡ ¡ Inverted exclamation mark
- ó ¢ ¢ Cent sign
- ú £ £ Pound sign
- ñ ¤ ¤ Currency sign
- Ñ ¥ ¥ Yen sign
- ª ¦ ¦ Broken bar
- º § § Section sign
- ¿ ¨ ¨ Diaeresis
- ⌐ © © Copyright
- ¬ ª ª Feminine ordinal indicator
- ½ « « Left angle quote
- ¼ ¬ ¬ Not sign
- - Soft hyphen
- « ® ® Registered sign
- » ¯ ¯ Macron
- ░ ° ° Degree sign
- ▒ ± ± Plus-minus sign
- ▓ ² ² Superscript 2
- │ ³ ³ Superscript 3
- ┤ ´ ´ Acute accent
- ╡ µ µ Micro sign
- ╢ ¶ ¶ Pilcrow sign (paragraph)
- ╖ · · Middle dot
- ╕ ¸ ¸ Cedilla
- ╣ ¹ ¹ Superscript 1
- ║ º º Masculine ordinal indicator
- ╗ » » Right angle quote
- ╝ ¼ ¼ Vulgar fraction one quarter
- ╜ ½ ½ Vulgar fraction one half
- ╛ ¾ ¾ Vulgar fraction three quarters
- ┐ ¿ ¿ Inverted question mark
- └ À À A grave accent
- ┴ Á Á A acute accent
- ┬ Â Â A circumflex
- ├ Ã Ã A tilde
- ─ Ä Ä A umlaut
- ┼ Å Å A ring
- ╞ Æ Æ AE ligature
- ╟ Ç Ç C cedillia
- ╚ È È E grave accent
- ╔ É É E acute accent
- ╩ Ê Ê E circumflex
- ╦ Ë Ë E umlaut
- ╠ Ì Ì I grave accent
- ═ Í Í I acute accent
- ╬ Î Î I circumflex
- ╧ Ï Ï I umlaut
- ╨ Ð Ð ETH
- ╤ Ñ Ñ N tilde
- ╥ Ò Ò O grave accent
- ╙ Ó Ó O acute accent
- ╘ Ô Ô O circumflex
- ╒ Õ Õ O tilde
- ╓ Ö Ö O umlaut
- ╫ × × Multiplication sign
- ╪ Ø Ø O slash
- ┘ Ù Ù U grave accent
- ┌ Ú Ú U acute accent
- █ Û Û U circumflex
- ▄ Ü Ü U umlaut
- ▌ Ý Ý Y acute accent
- ▐ Þ Þ THORN
- ▀ ß ß Sz ligature
- α à à a grave accent
- ß á á a acute accent
- Γ â â a circumflex
- π ã ã a tilde
- Σ ä ä a umlaut
- σ å å a ring
- µ æ æ ae ligature
- τ ç ç c cedillia
- Φ è è e grave accent
- Θ é é e acute accent
- Ω ê ê e circumflex
- δ ë ë e umlaut
- ∞ ì ì i grave accent
- φ í í i acute accent
- ε î î i circumflex
- ∩ ï ï i umlaut
- ≡ ð ð eth
- ± ñ ñ n tilde
- ≥ ò ò o grave accent
- ≤ ó ó o acute accent
- ⌠ ô ô o circumflex
- ⌡ õ õ o tilde
- ÷ ö ö o umlaut
- ≈ ÷ ÷ Division sign
- ° ø ø o slash
- ∙ ù ù u grave accent
- · ú ú u acute accent
- √ û û u circumflex
- ⁿ ü ü u umlaut
- ² ý ý y acute accent
- ■ þ þ Thorn
- ÿ ÿ y umlaut
- //
- //**************************************************************************
- // Unicode versions of the non-ISO 8859-1 characters.
- // Note: these can be shown only by an application that supports Unicode
- // or double-byte characters.
- //
- û – – En dash (Displays on Unicode/DBCS enabled browsers only!)
- ù — — Em dash (Displays on Unicode/DBCS enabled browsers only!)
- æ ‘ ‘ Left single quotation mark (Displays on Unicode/DBCS enabled browsers only!)
- Æ ’ ’ Right single quotation mark (Displays on Unicode/DBCS enabled browsers only!)
- ô “ ‚ Left double quotation mark (Displays on Unicode/DBCS enabled browsers only!)
- ö ” ‛ Right double quotation mark (Displays on Unicode/DBCS enabled browsers only!)
- Ç € € Euro sign (Displays on Unicode/DBCS enabled browsers only!)
- //Ö ™ ™ Trademark sign (Displays on Unicode/DBCS enabled browsers only!)
-
-
-